GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / AddEmbeddedImageAnnotFromBase64 Method





In This Topic
AddEmbeddedImageAnnotFromBase64 Method (AnnotationManager)
In This Topic
Syntax
'Declaration
 
Public Function AddEmbeddedImageAnnotFromBase64( _
   ByVal Base64Image As String, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationEmbeddedImage
public AnnotationEmbeddedImage AddEmbeddedImageAnnotFromBase64( 
   string Base64Image,
   float Left,
   float Top,
   float Width,
   float Height
)
public function AddEmbeddedImageAnnotFromBase64( 
    Base64Image: String;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationEmbeddedImage; 
public function AddEmbeddedImageAnnotFromBase64( 
   Base64Image : String,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationEmbeddedImage;
public: AnnotationEmbeddedImage* AddEmbeddedImageAnnotFromBase64( 
   string* Base64Image,
   float Left,
   float Top,
   float Width,
   float Height
) 
public:
AnnotationEmbeddedImage^ AddEmbeddedImageAnnotFromBase64( 
   String^ Base64Image,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

Base64Image
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members